home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-18 | 424 b | 53 lines | [TEXT/TiGA] |
-
- |V|: 41 // Number of nodes
- |E|: 40 // Number of edges
-
- 13 8 // Edges are represented as pairs of node numbers...
- 13 18
-
- 8 5
- 8 11
- 18 16
- 18 20
-
- 5 3
- 5 7
- 11 10
- 11 12
- 16 15
- 16 17
- 20 19
- 20 41
-
- 3 2
- 3 4
- 7 6
- 7 28
- 10 9
- 10 31
- 12 32
- 12 33
- 15 14
- 15 36
- 17 37
- 17 38
- 19 39
- 19 40
-
- 2 1
- 2 23
- 4 24
- 4 25
- 6 26
- 6 27
- 9 29
- 9 30
- 14 34
- 14 35
-
- 1 21
- 1 22
-
- ---
- This graph is the Fibonacci tree of order 7.
-